func go/types.isNonTypeParamInterface

7 uses

	go/types (current package)
		assignments.go#L57: 			} else if T == nil || isNonTypeParamInterface(T) {
		assignments.go#L61: 			if T == nil || isNonTypeParamInterface(T) {
		conversions.go#L114: 		} else if isNonTypeParamInterface(T) || constArg && !isConstType(T) || !isTypes2 && x.isNil() {
		expr.go#L868: 		if isNonTypeParamInterface(x.typ) || isNonTypeParamInterface(y.typ) {
		literals.go#L280: 		keyIsInterface := isNonTypeParamInterface(utyp.key)
		predicates.go#L121: func isNonTypeParamInterface(t Type) bool {